gnomeos-update-branches: Don't copy kernel modules
authorColin Walters <walters@verbum.org>
Tue, 28 Feb 2012 18:27:31 +0000 (13:27 -0500)
committerColin Walters <walters@verbum.org>
Tue, 28 Feb 2012 18:27:31 +0000 (13:27 -0500)
No longer necessary now that we're storing them in /ostree/modules.

gnomeos/yocto/gnomeos-update-branches.sh

index eb73d4830e4a63028eed4e1eb75c1a56c5d0e1b9..f00e0c3619511b5841cb3639cb0e2ae1e4e3be74 100755 (executable)
@@ -30,7 +30,6 @@ for branch in runtime devel; do
     if ! test -d ${BRANCH_PREFIX}${branch}-${rev}; then
         ostree --repo=repo checkout ${rev} ${BRANCH_PREFIX}${branch}-${rev}
         ostbuild chroot-run-triggers ${BRANCH_PREFIX}${branch}-${rev}
-        cp -ar /lib/modules/${uname} ${BRANCH_PREFIX}${branch}-${rev}/lib/modules/${uname}
     fi
     ln -sf ${BRANCH_PREFIX}${branch}-${rev} ${BRANCH_PREFIX}${branch}-current.new
     mv ${BRANCH_PREFIX}${branch}-current{.new,}